home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbevn25.zip / NEWMONTH.BAT < prev    next >
DOS Batch File  |  1992-06-24  |  443b  |  12 lines

  1. @ECHO OFF
  2. REM *  Month End Batch File
  3. REM Zip Caller(x) logs and have PKZip delete them
  4. PKZip -m C:\BACKUP\LOGS.ZIP C:\PCB\MAIN\CALLER?
  5. REM Zip the Instareg log and have PKZip delete it
  6. PKZip -m C:\BACKUP\LOGS.ZIP C:\PCB\DOORS\INSTAREG.LOG
  7. REM Kill all the level 20 users that have not called in 30 days
  8. PCBSM /PACK;REMOVE;DAYS:30;KEEP:21;LOCKOUT
  9. REM Sort the users by last name
  10. PCBSM /SORT;NAME
  11. REM Done with the monthly clean up.
  12.